Snapshot

interface Snapshot

Snapshot class that Mobile SDK uses for capturing still images of the active video streams.

Since

4.5.2

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun getHeight(): Int

Height of the captured snapshot in pixels.

Link copied to clipboard
abstract fun getRotation(): Int

Rotation degree of the captured snapshot.

Link copied to clipboard
abstract fun getSnapshot(): Bitmap?

Gets the snapshot of the local video.

Link copied to clipboard
abstract fun getTimeStamp(): Long

Timestamp of the captured snapshot.

Link copied to clipboard
abstract fun getWidth(): Int

Width of the captured snapshot in pixels.